home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / hlp_auth / vbz01 / meta.bas < prev    next >
Encoding:
BASIC Source File  |  1993-02-26  |  111 b   |  10 lines

  1. DefInt A-Z
  2.  
  3. Type rect
  4.  left As Integer
  5.  top As Integer
  6.  right As Integer
  7.  bottom As Integer
  8. End Type
  9.  
  10.